home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / tremclad.swf / scripts / DefineSprite_231 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  101 b   |  6 lines

  1. gotoAndStop(random(_totalframes) + 1);
  2. onEnterFrame = function()
  3. {
  4.    _parent.moveToy(this);
  5. };
  6.